MsgBox "QRZDLL is in use by another application.", 0, "QRZDEMO"
End
End If
If drive = 0 Then
MsgBox "Error: The QRZ Databases could not be found.", 0, "QRZDEMO"
End If
Label3.Caption = "Using QRZ CD in drive " & Chr$(drive) & ":"
End Sub
Sub MenuAbout_Click ()
MsgBox "This application is designed to show" & Chr$(10) & "how QRZDLL applications are built. " & Chr$(10) & "This program is not supported by QRZ." & Chr$(10) & "Feel free to modify and/or use whatever" & Chr$(10) & "parts of it that you find useful.", 64, "QRZDEMO Application"